PlayerErrorCode

enum PlayerErrorCode : Enum<PlayerErrorCode> , ErrorCode

1000 - 1999: Player-related error codes

  • 1000 - 1099: General

  • 1100 - 1199: Playback

  • 1200 - 1299: Network

Entries

General
Link copied to clipboard
General(1001)
A general player error code when a more specific error code could not be determined.
LicenseKeyNotFound
Link copied to clipboard
Verification of the player license key failed.
LicenseAuthenticationFailed
Link copied to clipboard
The license request was failed or was denied by the server.

Types

Companion
Link copied to clipboard
object Companion

Properties

value
Link copied to clipboard
open override val value: Int
The raw code value associated with the deficiency.

Inherited properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int